home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Trial / Ability Office 2004 / help.cab / MACROS.chm / macros.brs < prev    next >
Encoding:
INI File  |  2004-10-08  |  4.4 KB  |  65 lines

  1. [MACROS]
  2. Introduction|macros_rtf\Introduction.htm
  3. What you need|macros_rtf\What_you_need.htm
  4. Getting started|macros_rtf\Getting_started.htm
  5. How the macros are created, stored and executed|macros_rtf\How_the_macros_are_created_stored_and_executed.htm
  6. Write macros|macros_rtf\Write_macros.htm
  7. Working with the text object|macros_rtf\Text.htm
  8. Counting the characters|macros_rtf\Counting_the_characters.htm
  9. Examining each character in a document|macros_rtf\Examining_each_character_in_a_document.htm
  10. Dealing with document chunks|macros_rtf\Dealing_with_document_chunks.htm
  11. Inserting Text|macros_rtf\Inserting_Text.htm
  12. Deleting Text|macros_rtf\Deleting_Text.htm
  13. Working with the Selection object|macros_rtf\Working_with_the_Selection_object.htm
  14. Working with documents|macros_rtf\Working_with_documents.htm
  15. Documents collection|macros_rtf\Documents_collection.htm
  16. Document object|macros_rtf\Document_object.htm
  17. A Write macro tutorial|macros_rtf\A_Write_macro_tutorial.htm
  18. Refining the macro to make it more useful|macros_rtf\Refining_the_macro_to_make_it_more_useful.htm
  19. Spreadsheet macros|macros_rtf\Spreadsheet_macros.htm
  20. Working with cells|macros_rtf\Working_with_cells.htm
  21. Using the active cell|macros_rtf\Using_the_active_cell.htm
  22. Cut, copy and paste etc|macros_rtf\Cut_copy_and_paste_etc.htm
  23. Working with a specific cell|macros_rtf\Working_with_a_specific_cell.htm
  24. Working with cells relative to the active cell|macros_rtf\Working_with_cells_relative_to_the_active_cell.htm
  25. Ranges|macros_rtf\Ranges.htm
  26. Specifying a range|macros_rtf\Specifying_a_range.htm
  27. Working with a range to the left and/or above the active cell|macros_rtf\Working_with_a_range_to_the_left_and_or_above_the_active_cell.htm
  28. Working with individual cells in a range|macros_rtf\Working_with_individual_cells_in_a_range.htm
  29. A brief note on the Item property of a range|macros_rtf\A_brief_note_on_the_Item_property_of_a_range.htm
  30. Working with worksheets and workbooks|macros_rtf\Working_with_worksheets_and_workbooks.htm
  31. Database macros|macros_rtf\Database_macros.htm
  32. Working with Databases|macros_rtf\Working_with_Databases.htm
  33. Working with tables|macros_rtf\Working_with_tables.htm
  34. Working with fields|macros_rtf\Working_with_fields.htm
  35. Using DAO automation|macros_rtf\Using_DAO_automation.htm
  36. DAO.DBEngine|macros_rtf\DAODBEngine.htm
  37. DAO Database|macros_rtf\DAO_Database.htm
  38. Automating Ability from other programs|macros_rtf\Automating_Ability_from_other_programs.htm
  39. Automating Write|macros_rtf\Automating_Write.htm
  40. Automating Spreadsheet|macros_rtf\Automating_Spreadsheet.htm
  41. Automating Database|macros_rtf\Automating_Database.htm
  42. Macros - examples|macros_rtf\Macros_examples.htm
  43. Printing multiple copies|macros_rtf\Printing_multiple_copies.htm
  44. Printing the selection|macros_rtf\Printing_the_selection.htm
  45. Inserting a database address into Write|macros_rtf\Inserting_a_database_address_into_Write.htm
  46. Inserting a database address - code listing|macros_rtf\Inserting_a_database_address_code_listing.htm
  47. Sending email from Write|macros_rtf\Sending_email_from_Write.htm
  48. Refining the send email macro|macros_rtf\Refining_the_send_email_macro.htm
  49. Sending email from Write - code listing|macros_rtf\Sending_email_from_Write_code_listing.htm
  50. Making a letter from the current record|macros_rtf\Making_a_letter_from_the_current_record.htm
  51. Create letter from database - code listing|macros_rtf\Create_letter_from_database_code_listing.htm
  52. Opening a web page inside Ability|macros_rtf\Opening_a_web_page_inside_Ability.htm
  53. Getting information on the script engine|macros_rtf\Getting_information_on_the_script_engine.htm
  54. An introduction to the VBScript language|macros_rtf\An_introduction_to_the_VBScript_language.htm
  55. Creating and assigning variables|macros_rtf\Creating_and_assigning_variables.htm
  56. Explicit declaration of variables|macros_rtf\Explicit_declaration_of_variables.htm
  57. Simple interaction with the user|macros_rtf\Simple_interaction_with_the_user.htm
  58. Conditional statements|macros_rtf\Conditional_statements.htm
  59. Repeating commands with a For...Next loop|macros_rtf\Repeating_commands_with_a_For___Next_loop.htm
  60. Repeating commands with a While...Wend loop|macros_rtf\Repeating_commands_with_a_While___Wend_loop.htm
  61. Using functions and subroutines|macros_rtf\Using_functions_and_subroutines.htm
  62. Subroutines - an example|macros_rtf\Subroutines_an_example.htm
  63. Functions - an example|macros_rtf\Example_of_how_to_use_functions.htm
  64. Dealing with run-time errors|macros_rtf\Dealing_with_run_time_errors.htm
  65.